home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / resevil4 / re4_0331_press.swf / scripts / DefineButton2_47 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2004-04-21  |  405b  |  16 lines

  1. on(release){
  2.    if(_global.notplaying == true)
  3.    {
  4.       loadMovieNum("new_bar.swf",10,"GET");
  5.    }
  6.    else if(_global.notplaying == false)
  7.    {
  8.       _level10.emptyClip.attachMovie("picture2","newpic",21);
  9.    }
  10.    _global.notplaying = false;
  11.    _global.i = 2;
  12.    _root.buttons.screenbut.enabled = false;
  13.    _root.buttons.artbut.enabled = true;
  14.    _root.buttons.videobut.enabled = true;
  15. }
  16.